SAMPLE PRESET This file contains a sample preset configuration file. Presets are INI files containing information on the state of the settings in the settings dialog. You can set the value of all settings, except the ones in the security section (for obvious reasons). _____________ BOOLEAN TYPES Boolean settings is either enabled (on) or disabled (off). To enable a setting means the same as checking the box manually in the settings dialog. Set the value to 1 to enable, and 0 to disable. For example: DisableBrowser=1 This does not enable the internal browser - it actually disables it. What you are actually doing is checking the check box which disables the browser. Can be confusing, but is really quite practical when you get used to it. __________ FONT TYPES These values can be found by setting the colors in Pardon, and copying the values from the registry keys located at: HKEY_CURRENT_USER\Software\SoftBear\Pardon If you're interested in the technical details, the font value is built up like this: Charset|Color|Height|Name|Pitch|Size|[Set of styles] ___________ COLOR TYPES These values can be found by setting the colors in Pardon, and copying the values from the registry keys located at: HKEY_CURRENT_USER\Software\SoftBear\Pardon The values are either constants (such as clBlack or clBlue), or codes (like $000080FF) ========================================== ========================================== ==== SAMPLE FILE ========================= ========================================== ========================================== ; SAMPLE PRESET [Layout] ;HEADLINE FONT ; TYPE: FONT HeadlineFont=0|clWhite|-13|Verdana|fpDefault|15|[fsBold, fsUnderline] ;HEADLINE COLOR ; TYPE: COLOR HeadlineColor=$000080FF ;INACTIVE LINK FONT ; TYPE: FONT InActiveLinkFont=0|clRed|-13|Verdana|fpDefault|10|[fsBold, fsUnderline] ;ACTIVE LINK FONT ; TYPE: FONT ActiveLinkFont=0|clRed|-13|Tahoma|fpDefault|50|[fsBold, fsItalic] ;DICTIONARY FONT ; TYPE: FONT DictionaryFont=0|clBlack|-13|Verdana|fpDefault|10|[] ;DICTIONARY COLOR ; TYPE: COLOR DictionaryColor=$00FF0080 [Options] ;USE WEB STYLE IN DICTIONARY ; TYPE: BOOLEAN WebStyle=1 ;AUTO EXPAND RESULTS ; TYPE: BOOLEAN AutoExpand=1 ;ENABLE MICROSOFT AGENT ; TYPE: BOOLEAN EnableAgent=1 ;SET MICROSOFT AGENT CHARACTER ; TYPE: FILENAME WITHOUT PATH AgentCharacter=Genie.acs ;USE AGENT IN TEST ; TYPE: BOOLEAN AgentInTest=1 ;ENABLE QUICKACCENT SYSTEM ; TYPE: BOOLEAN QuickAccent=1 ;SET SEARCH DELAY ; TYPE: BOOLEAN SearchDelay=1 ;SET MAXIMUM HITS ; TYPE: BOOLEAN MaxHits=1